Skip to content

Commit da054ee

Browse files
Add snippet for Xamarin Screenshot (#5273)
1 parent d670893 commit da054ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```csharp
2+
SentryXamarin.Init(options =>
3+
{
4+
options.Dsn = "___PUBLIC_DSN___";
5+
options.AttachScreenshots = true;
6+
});
7+
```

0 commit comments

Comments
 (0)