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-go#6114.
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:
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-go#6114.
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: