Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting up features in an inactive state #698

Merged
merged 1 commit into from
May 31, 2023

Conversation

stayallive
Copy link
Collaborator

Some features might create macro's that should be defined if the SDK is active or not so Ive introduced a new setup method for features so they can register inert versions of their macro's. It isn't a nice approach but I figured it's the nicest way to prevent doing too much work or needing to do much guarding whenever a DSN is not set,

This fixes #696.

Copy link
Member

@cleptric cleptric left a comment

Choose a reason for hiding this comment

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

:shipit:

@stayallive stayallive merged commit 535f662 into master May 31, 2023
19 checks passed
@stayallive stayallive deleted the fix-missing-sentrymonitor-method-without-dsn branch May 31, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cron monitoring without DSN set results in error
2 participants