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
coldbox create app
install sentry
sentry : { async : true, DSN : 'https://xxx.ingest.sentry.io/yyy'}
moduleSettings
config/Coldbox.cfc
log.error("This is a test error");
handlers/Main.cfc
start --trace --console
Console output shows the log message as expected, but no message is sent to Sentry.
The message should show up in both the console as well as the Sentry website.
Using version 2.0.1 of the Sentry module works perfectly as expected. All newer releases don't send data to Sentry in my tests.
CommandBox 6.1 Coldbox 7.3.0+16 Sentry: 2.1.3+5
Operating System: macOS 15.2 Ubuntu 22.0.4
Package Version: … 2.1.3+5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What are the steps to reproduce this issue?
coldbox create app
.install sentry
sentry : { async : true, DSN : 'https://xxx.ingest.sentry.io/yyy'}
tomoduleSettings
inconfig/Coldbox.cfc
.log.error("This is a test error");
tohandlers/Main.cfc
.start --trace --console
What happens?
Console output shows the log message as expected, but no message is sent to Sentry.
What were you expecting to happen?
The message should show up in both the console as well as the Sentry website.
Any logs, error output, etc?
Any other comments?
Using version 2.0.1 of the Sentry module works perfectly as expected. All newer releases don't send data to Sentry in my tests.
What versions are you using?
CommandBox 6.1
Coldbox 7.3.0+16
Sentry: 2.1.3+5
Operating System:
macOS 15.2
Ubuntu 22.0.4
Package Version: …
2.1.3+5
The text was updated successfully, but these errors were encountered: