Sentry Error Tracking
Add-On
Real-time error tracking and performance monitoring integration with Sentry.
Status
In Development
Supported Version
TBD
Licensing
Free / Commercial
Usage Example
Here's how you'll use Sentry Error Tracking with Oorian once the extension is available:
Java
// Create and configure Sentry Error Tracking component
SentryErrorTracking component = new SentryErrorTracking();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, SentryErrorTrackingEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.