-
Notifications
You must be signed in to change notification settings - Fork 254
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
Rubygems post-install notice frequency #1786
Comments
The post install messages are intentional and emitted for each gem that instruments Rails. Users may selectively install instrumentation specific gems and we want to make them aware that this change will be coming soon. Since you are using the "all" it is installing transitive dependencies for Rails instrumentations, even though you aren't activating them or using them in your application. These messages will stop being emitted once we drop compatibility on 01-15-2025 |
It's good to know it's temporary and thank you for it in general. |
AFAIK Post install messages don't support checks for transitive dependencies. @simi do you or any RubyGems maintainers have any tips for us? |
We have released the gems and removed the warnings. If you upgrade to the latest versions they should go away. |
Thanks! Have a great weekend. :D |
Description of the bug
Each individual gem in package gives the same ruby and rails notice even though it is not contextually relevant to someone using Ruby 3.3 and Rails 8.
I'd expect one or zero post-install notices if it's not relevant to my install.
Share details about your runtime
Operating system details: MacOS Sonoma 14.7.1 (23H222)
RUBY_ENGINE: "ruby"
RUBY_VERSION: "3.3.6"
RUBY_DESCRIPTION: "ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin23]"
Share a simplified reproduction if possible
The text was updated successfully, but these errors were encountered: