Skip to content

Commit

Permalink
Update src/Sentry.Unity.Editor/ConfigurationWindow/OptionsConfigurati…
Browse files Browse the repository at this point in the history
…onTab.cs

Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
  • Loading branch information
bitsandfoxes and bruno-garcia authored Feb 23, 2022
1 parent f5ff350 commit 143fdd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class {scriptName} : ScriptableOptionsConfiguration
// This method gets called when you instantiated the scriptable object and added it to the configuration window
public override void Configure(SentryUnityOptions options)
{{
// NOTE: You have complete access to the options object here but changes to the options will not make it
// to the native layer because the native layer is configured during build time.
// NOTE: Native support is already initialized by the time this method runs, so Unity bugs are captured.
// That means changes done to the 'options' here will only affect events from C# scripts.
// Your code here
}}
Expand Down

0 comments on commit 143fdd8

Please sign in to comment.