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

Fixes issue with Exception being thrown when no DSN is set #20

Merged
merged 1 commit into from Nov 28, 2017

Conversation

odannyc
Copy link
Contributor

@odannyc odannyc commented Oct 11, 2017

When we have no DSN set in a dev environment, an exception is thrown because no dsn is set.
This PR fixes that when Sentry is disabled.

@albertborsos
Copy link
Collaborator

Hi @odannyc! Thanks for your pull request!

The component throws exception by design when DSN is not set. We do not want to miss the DSN setting, that is why it is required.

When we create a new project, then we create a Sentry project immediately.
You don't have to use this component if you do not have a sentry DSN.

Thanks for your understanding.

@albertborsos albertborsos reopened this Nov 28, 2017
@albertborsos albertborsos merged commit a754ab1 into hellowearemito:master Nov 28, 2017
@albertborsos
Copy link
Collaborator

We have reconsidered this issue. Thanks for your job!

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.

None yet

2 participants