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 https://github.com/status-im/status-go/issues/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 https://github.com/status-im/status-go/issues/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