What are the steps to reproduce this issue?
- Create a fresh Coldbox (7.3.0+16) app in CommandBox:
coldbox create app.
- Install Sentry module (2.1.3+5):
install sentry
- Add
sentry : { async : true, DSN : 'https://xxx.ingest.sentry.io/yyy'} to moduleSettings in config/Coldbox.cfc.
- Add
log.error("This is a test error"); to handlers/Main.cfc.
- Run the app:
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
What are the steps to reproduce this issue?
coldbox create app.install sentrysentry : { async : true, DSN : 'https://xxx.ingest.sentry.io/yyy'}tomoduleSettingsinconfig/Coldbox.cfc.log.error("This is a test error");tohandlers/Main.cfc.start --trace --consoleWhat 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