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

chore: Fix Rails 7.2 secrets deprecation warning #747

Merged

Conversation

kaylareopelle
Copy link
Contributor

While running the trace_demonstration.ru example in #703, I came across the following deprecation warning:

DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor 
of `Rails.application.credentials` and will be removed in Rails 7.2.

This PR updates the references to use credentials instead of secrets.

DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor
of `Rails.application.credentials` and will be removed in Rails 7.2.
@arielvalentin arielvalentin merged commit c4d33b3 into open-telemetry:main Dec 1, 2023
47 checks passed
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.

2 participants