-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Calling perform_inline
with Sidekiq job causes error in set_span_data
because enqueued_at
is nil.
#2485
Labels
Comments
will fix, that's because of the new Cache module related span data, sorry! |
Had this explode on us this morning :( Feedback: It would have been good to get this fix out ASAP, or at least rollback the last release until the issue was fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
set_span_data
when callingperform_inline
Reproduction Steps
In a Rails project with Sidekiq and
sentry-sidekiq
callJob.perform_inline
Expected Behavior
Run the job like normal
Actual Behavior
It throws error:
Ruby Version
3.3.5
SDK Version
5.22.0
Integration and Its Version
Rails 7.1.5, Sidekiq 7.3.6
Sentry Config
The text was updated successfully, but these errors were encountered: