You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow customizing options via code. One complication is that editing options with sentry-native is only possible before initialization, which might require delaying initialization since the GDScript module isn't available until later. Currently, we don't initialize early (see #39), but eventually, this will become a problem to solve.
Allow customizing options via code. One complication is that editing options with
sentry-native
is only possible before initialization, which might require delaying initialization since the GDScript module isn't available until later. Currently, we don't initialize early (see #39), but eventually, this will become a problem to solve.References:
OptionConfiguration
to replaceRuntime/BuildTime
sentry-unity#1888BuildTime
andRuntime
Options sentry-unity#1621The text was updated successfully, but these errors were encountered: