We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wanted to update Faraday on an older application, but the sentry-raven dependency was preventing it. YAK SHAVING, HERE WE COME!
sentry-raven
sentry-rails
sentry-ruby
bundle
bundle update faraday
config/initializers/sentry.rb
Raven
.capture_exception
Raven.user_context
Sentry.set_user
set_user
Documentation that describes the shape of data that MUST/SHOULD/MAY (see RFC 2119) be passed to the Sentry.set_user method.
The Sentry.set_user method does not appear in the docs at all.
all
4.8.1
No response
The text was updated successfully, but these errors were encountered:
@geeksam hey sorry for the missing docs. I'm adding them recently and they should go out with the v4.9.0 release.
v4.9.0
Sorry, something went wrong.
Thanks so much! (Sorry for the delay in replying; way too much email over the weekend.)
st0012
Successfully merging a pull request may close this issue.
Issue Description
I wanted to update Faraday on an older application, but the
sentry-raven
dependency was preventing it. YAK SHAVING, HERE WE COME!Reproduction Steps
sentry-raven
withsentry-rails
andsentry-ruby
and runbundle
bundle update faraday
config/initializers/sentry.rb
Raven
.capture_exception
is easy enough...Raven.user_context
doesn't seem to have an equivalent. Consult migration guide, see mention ofSentry.set_user
method insteadsentry-ruby
andsentry-rails
into, e.g., Dashset_user
in the RDoc for bothsentry-rails
andsentry-ruby
Expected Behavior
Documentation that describes the shape of data that MUST/SHOULD/MAY (see RFC 2119) be passed to the
Sentry.set_user
method.Actual Behavior
The
Sentry.set_user
method does not appear in the docs at all.Ruby Version
all
SDK Version
4.8.1
Integration and Its Version
No response
Sentry Config
No response
The text was updated successfully, but these errors were encountered: