Skip to content

Commit d97c7cd

Browse files
authored
fix(Unity) wizard has using directive (#4670)
1 parent 17a7e17 commit d97c7cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wizard/unity/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ And that's it! Now Sentry can capture errors automatically.
3131
Once it is configured with the DSN you can call the SDK from anywhere:
3232

3333
```csharp
34+
using Sentry; // On the top of the script
35+
3436
SentrySdk.CaptureMessage("Test event");
3537
```

0 commit comments

Comments
 (0)