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

How to control position of Rollbar middleware in Rails stack #1080

Open
v-kolesnikov opened this issue Jan 31, 2022 · 1 comment
Open

How to control position of Rollbar middleware in Rails stack #1080

v-kolesnikov opened this issue Jan 31, 2022 · 1 comment

Comments

@v-kolesnikov
Copy link

How I can pге Rollbar middleware to the exactly position in Rails application stack?

@waltjones
Copy link
Contributor

If using rack or sinatra, it can be added manually, and the standard middleware methods like config.middleware.insert_after will work.

For rails, there currently isn't a config flag to prevent the gem from automatically inserting the middleware. I think it makes sense to add one.

@waltjones waltjones self-assigned this Mar 31, 2022
@waltjones waltjones removed their assignment Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants