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
|`dsn`| ✓ | string | DSN (Data Source Name) key for sentry.io application. A DSN tells a Sentry SDK where to send events so the events are associated with the correct project. |
30
-
|`environment`| ✓ | string | The current environment of your application , such as _development_, _testing_, _staging_, or _production_. Environments help you better filter issues and transactions among other uses. |
31
-
|`debug`| ✓ | boolean | Enable debug functionality in the SDK itself. If debug is enabled SDK will attempt to print out useful debugging information in browser's console if something goes wrong with sending the event. |
32
-
|`tracesSampleRate`| ✓ | number | Sample rate to determine trace sampling. The default is 1.0 which means that 100% of error events are sent. |
33
-
|`tracingOrigins`| ✓ | string[]| Array of all the origin to browser trace |
|`dsn`| ✓ | string | DSN (Data Source Name) key for sentry.io application. A DSN tells a Sentry SDK where to send events so the events are associated with the correct project. |
30
+
|`environment`| ✓ | string | The current environment of your application , such as _development_, _testing_, _staging_, or _production_. Environments help you better filter issues and transactions among other uses. |
31
+
|`debug`| ✓ | boolean | Enable debug functionality in the SDK itself. If debug is enabled SDK will attempt to print out useful debugging information in browser's console if something goes wrong with sending the event. |
32
+
|`tracesSampleRate`| ✓ | number | Sample rate to determine trace sampling. The default is 1.0 which means that 100% of error events are sent. |
33
+
|`tracingOrigins`| ✓ | string[]| Array of all the origin to browser trace |
34
+
|`customTags`|| { [tag: string]: string } | Add custom tags in all transactions for better tracking |
0 commit comments