We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You need to call ravenClient.install(); to complete installation
ravenClient.install();
The text was updated successfully, but these errors were encountered:
@mjgp2 Thanks for reporting this. It seams i missed it here https://github.com/mentos1386/nest-raven/blob/master/lib/raven.providers.ts#L9. Kinda weird that it worked when i tested it.
I'll try to fix it today or in the weekend. If you want you can also make a PR for it, shouldn't be that big of a change.
Sorry, something went wrong.
fix: raven client provider not calling .install()
b09b05e
#5
Sorry it took me this long to fix this. It's now released in v2.0.1!
Ah nice one! It's not that long at all :D
No branches or pull requests
You need to call
ravenClient.install();
to complete installationThe text was updated successfully, but these errors were encountered: