NO-TICKET - bump Sentry 6.12.1 -> 6.14.0 #1295
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Work
Add time-to-full-display span to Activity auto-instrumentation (getsentry/sentry-java#2432)
Add main flag to threads and in_foreground flag for app contexts (getsentry/sentry-java#2516)
Ignore Shutdown in progress when closing ShutdownHookIntegration (getsentry/sentry-java#2521)
Fix app start span end-time is wrong if SDK init is deferred (getsentry/sentry-java#2519)
Fix invalid session creation when app is launched in background (getsentry/sentry-java#2543)
Fix transaction performance collector oom (getsentry/sentry-java#2505)
Remove authority from URLs sent to Sentry (getsentry/sentry-java#2366)
Fix sentry-bom containing incorrect artifacts (getsentry/sentry-java#2504)
Send cpu usage percentage in profile payload (getsentry/sentry-java#2469)
Send transaction memory stats in profile payload (getsentry/sentry-java#2447)
Add cpu usage collection (getsentry/sentry-java#2462)
Improve ANR implementation: (getsentry/sentry-java#2475)
Add abnormal_mechanism to sessions for ANR rate calculation
Always attach thread dump to ANR events
Distinguish between foreground and background ANRs
Improve possible date precision to 10 μs (getsentry/sentry-java#2451)