sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Move default values into `SentryUnityOptions`

Open bitsandfoxes opened this issue 2 years ago • 0 comments

Instead of relying on two places (ScriptableSentryUnityOptions and SentryUnityOptions) we should consolidate all relevant default values into SentryUnityOptions.

This way we enable programmatic initialization to be set up. (i.e. https://github.com/getsentry/sentry-unity/issues/1012)

bitsandfoxes avatar Oct 18 '22 15:10 bitsandfoxes