Sentry error tracking
The
sentry
policy prevent crashes across your entire stack. Sentry is designed to be very simple to get off the ground, yet powerful to grow into.XML
<sentry dsn="Expression | String literal">
<value>Value1</value>
</sentry>
The following example demonstrates a set error policy in the on-error section.
XML
<sentry dsn="@(context.connections.sentry.DSN)">
<value>@(context.LastError)</value>
</sentry>
Element | Description | Required |
sentry | Root element. | Yes |
value | Value Error | Yes |
Attribute | Description | Required |
dsn | Your DSN | Yes |
This policy can be used in on-error policy scopes.
Questions?
We're always happy to help with any issues you might have!
Send us an email to [email protected] or request the demo with our sales team!
Last modified 3yr ago