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

feat: add a separate configuration for Insights in a console #623

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

roelbondoc
Copy link
Member

This adds a separate configuration for enabling Insights in a console. By default any automatic instrumentation is disabled when you run bin/rails console, then you can set a configuration parameter if you need to have it enabled.

Fixes: #622

Before submitting a pull request, please make sure the following is done:

  1. If you've fixed a bug or added code that should be tested, add tests!
  2. Run rake spec in the repository root.
  3. Use a pull request title that conforms to conventional commits.

This adds a separate configuration for enabling Insights in a console.
By default any automatic instrumentation is disabled when you run
`bin/rails console`, then you can set a configuration parameter if you
need to have it enabled.
@roelbondoc roelbondoc requested a review from a team October 25, 2024 20:01
@stympy stympy changed the title feat: add a seperate configuration for Insights in a console feat: add a separate configuration for Insights in a console Oct 25, 2024
@stympy stympy merged commit a89488e into master Oct 25, 2024
60 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.

Improve console behavior in Rails applications
2 participants