You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building status-go, set these environment variables:
SENTRY_CONTEXT_NAME="status-mobile"
SENTRY_CONTEXT_VERSION=<mobile-version-here>
Set requests.InitializeApplication.sentryDSN parameter to the value stored in SENTRY_DSN_STATUS_MOBILE environment variable.
It will be provided by CI in release builds.
You can use any other env var variable name, but let infra team know in Setup Sentry secrets on CI status-desktop#16842.
User Story
As a developer, I want to receive Sentry crash reports for the panics in status-go.
Acceptance Criteria
Run status-mobile
Make some action that leads to a panic in status-go (just hardcode something for testing purposes)
NOTE: for now only these panics are reported:
@ilmotta let me know if I can assist with this one with testing
Thanks @churik! @siddarthkay made some fixes recently, so I will be re-testing the PR this week #21682. In terms of testing @churik, I can test it myself as I've been doing so far, if that helps. I'll let you know once everything is working.
Feature Request
What's need to be done:
status-go
, set these environment variables:SENTRY_CONTEXT_NAME="status-mobile"
SENTRY_CONTEXT_VERSION=<mobile-version-here>
requests.InitializeApplication.sentryDSN
parameter to the value stored inSENTRY_DSN_STATUS_MOBILE
environment variable.It will be provided by CI in release builds.
You can use any other env var variable name, but let infra team know in Setup Sentry secrets on CI status-desktop#16842.
User Story
As a developer, I want to receive Sentry crash reports for the panics in status-go.
Acceptance Criteria
status-mobile
status-go
(just hardcode something for testing purposes)NOTE: for now only these panics are reported:
/mobile/status.go
endpointsNotes
The text was updated successfully, but these errors were encountered: