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
By default this is set to be *production* if the build is a release build,
152
152
and *development* for a development build.
153
153
154
-
###NotifyReleaseStages
154
+
###NotifyReleaseStages
155
155
156
156
By default, we notify Bugsnag of all exceptions that happen in your app. If you would like to change which release stages notify Bugsnag of exceptions you can set the notifyReleaseStages property:
If you want to manually track in which versions of your application each exception happens, you can set `AppVersion`.
165
165
166
166
```csharp
167
167
Bugsnag.AppVersion="1.2.3-alpha";
168
168
```
169
169
170
-
###Logging breadcrumbs
170
+
###Logging breadcrumbs
171
171
172
172
You can add custom log messages called "breadcrumbs" to document what user interactions occurred in your application prior to a crash. Each breadcrumb also records the time at which it was left. To record a breadcrumb:
Please note that breadcrumbs are not supported for WebGL deployments.
185
185
186
-
###User
186
+
###User
187
187
188
188
Bugsnag helps you understand how many of your users are affected by each error. In order to do this, we send along a userId with every exception. By default we will generate a unique ID and send this ID along with every exception from an individual device.
0 commit comments