Refena Sentry | Coderz Repository

refena_sentry

Last updated:

0 purchases

refena_sentry Image
refena_sentry Images

Free

Languages

Categories

Add to Cart

Description:

refena sentry

Sentry integration for Refena.

Setup #
Add the following dependencies to your pubspec.yaml:
# pubspec.yaml
dependencies:
refena_sentry: <version>
copied to clipboard
Add the RefenaSentryObserver:
void main() async {
await SentryFlutter.init(
(options) {
options.dsn = 'https://example@sentry.io/example';
},
appRunner: () {
runApp(
RefenaScope(
observers: [
RefenaSentryObserver(), // <-- Add the observer
],
child: MyApp(),
),
);
},
);
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.