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

Move Rollbar::ActiveJob out of the plugin #1149

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

waltjones
Copy link
Contributor

@waltjones waltjones commented Jan 16, 2024

Description of the change

This PR moves Rollbar::ActiveJob out of the plugin. This allows it to be available before plugin load, and when the action mailer integration is disabled.

The github diff shows a lot of +/- but it is just moving the module definition to be outside the plugin definition. (In the diff view, ⚙️ -> "hide whitespace" results in a much cleaner diff.)

Type of change

  • Bug fix (non-breaking change that fixes an issue)

Related issues

Fixes: #1148

Copy link

@mudetroit mudetroit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@waltjones waltjones merged commit bf3b921 into master Jan 16, 2024
25 checks passed
@sdhull
Copy link
Contributor

sdhull commented Jan 20, 2024

When will this be available in rubygems?

@nijikon
Copy link

nijikon commented Jan 25, 2024

@mudetroit can you release a new version in rubygems?

@waltjones
Copy link
Contributor Author

@sdhull @nijikon It's there now.

@nijikon
Copy link

nijikon commented Feb 20, 2024

@waltjones thanks 💜

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

Successfully merging this pull request may close these issues.

NameError: uninitialized constant Rollbar::ActiveJob in 3.5.0.
4 participants