Skip to content

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

Description

@faxi05

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions