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

v2.1.x not working with Coldbox 7.3 #39

Open
faxi05 opened this issue Dec 24, 2024 · 0 comments
Open

v2.1.x not working with Coldbox 7.3 #39

faxi05 opened this issue Dec 24, 2024 · 0 comments

Comments

@faxi05
Copy link

faxi05 commented Dec 24, 2024

What are the steps to reproduce this issue?

  1. Create a fresh Coldbox (7.3.0+16) app in CommandBox: coldbox create app.
  2. Install Sentry module (2.1.3+5): install sentry
  3. Add sentry : { async : true, DSN : 'https://xxx.ingest.sentry.io/yyy'} to moduleSettings in config/Coldbox.cfc.
  4. Add log.error("This is a test error"); to handlers/Main.cfc.
  5. 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

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

No branches or pull requests

1 participant