Skip to content

setEventSentSuccessfully has bare data on Android #220

@JAStanton

Description

@JAStanton

Platform:

  • iOS
  • Android

Output of npm ls --prod --depth=0

paranoid redacted npm ls:

@REDACTED@0.0.0
├── UNMET PEER DEPENDENCY react@16.0.0-alpha.3
├── react-native@0.44.3
├── react-native-code-push@2.1.1-beta
├── react-native-sentry@0.22.0

Config:

Sentry.config(__CONFIG__.sentry.dsn, {
  deactivateStacktraceMerging: false, 
  logLevel: SentryLog.Verbose, 
  disableNativeIntegration: false, 
  ignoreModulesExclude: [], 
  ignoreModulesInclude: ["RNSentry"], 
}).install();

I have following issue:

When I get a callback for setEventSentSuccessfully on iOS I have a lot of useful information. but on Android there is only event_id & level. To be fair this is documented as something that could happen I just wasn't aware that on Android this was always the case. Any idea when we could get more details? Just the error message itself would be super useful.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions