Skip to content

Conversation

@glensc
Copy link
Collaborator

@glensc glensc commented Feb 12, 2024

Replaces #62

Fixes #56

Sentry.init(this.validateOptions(options || {}));
const { sentry, ...initOptions} = this.validateOptions(options || {});
if (sentry) {
this.sentry = sentry;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about the options passed to this function? call init again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to provide an existing sentry instance

2 participants