The Omnis Library is designed to provide seamless integration with Sentry.io, helping you capture and monitor errors, performance issues, and other events in your application with ease. This integration provides a direct link to Sentry, allowing for powerful tracking, error management, and reporting to enhance your application's reliability.
- General Sentry Docs: Sentry Docs
- Docs about JSON structure: JSON structure
- Error Tracking: Capture and log errors in real-time to Sentry.
- Customizable Event Data: Configure the event payload to capture additional context about errors and performance issues.
- Fetching Error Data: Fetches all relevant stackinformation from Omnis
- Create a new project in Sentry.io (SDK needs to be set to "Other")
- Copy the Objects OSentry and OSentryHL to your library
- Create a Task Variable "tSentry" from the type "OSentryHL"
- Inititalize your Object in your Startup Task using the Projects DSN; Do tSentry.$init('<DSN>')
- Create a Testcall using "Do tSentry.$captureMessage('Hello World!')"
- You should be done!