Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Start spans are not properly generated if SDK init is deferred #2518

Closed
markushi opened this issue Feb 6, 2023 · 0 comments · Fixed by #2519
Closed

App Start spans are not properly generated if SDK init is deferred #2518

markushi opened this issue Feb 6, 2023 · 0 comments · Fixed by #2519
Assignees

Comments

@markushi
Copy link
Member

markushi commented Feb 6, 2023

Integration

sentry-android

Build System

Gradle

AGP Version

7.4.0

Proguard

Enabled

Version

latest

Steps to Reproduce

  1. Launch App
  2. Provide privacy confirmation dialog
  3. Init the Sentry SDK

Expected Result

App Start span is properly tracked from "App start" -> "first activity resume", even if the SDK is not initialized yet.

Actual Result

The reported app start span is tracked from "App start" -> "first activity resume after SDK init".

Related issues:

#2459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants