-
-
Notifications
You must be signed in to change notification settings - Fork 203
Feature request: set release and environment after init #1516
Copy link
Copy link
Closed
Labels
Featurenew featurenew feature
Description
Games want to initialize the SDK as early as possible to catch potential startup crashes. At the same time, the release and environment information may not be available immediately on startup, but resolving them requires using asynchronous APIs, for example.
The current workaround is to re-initialize the SDK once the information is available. This results in a whole lot of back and forth, shutting down and restarting everything, and can result in nasty issues:
- Hang while shutting down logs system #1515
- Crash when re-initializing the sentry subsystem sentry-unreal#592
Is there a way we could provide a way to set these attributes after init, or allow some kind of "soft" re-initialization? An ongoing session with outdated release/environment attributes would have to be updated or restarted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Featurenew featurenew feature
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status