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

Instrument with ActiveSupport::Notifications #9

Merged
merged 12 commits into from
Dec 6, 2023

Conversation

danielmorrison
Copy link
Member

Taking some inspiration from ruby-grape/grape#1086

This may change a bit, but want to give us something to start with.

I'm also adding more tests along the way.

lib/twirp/rails/handler.rb Outdated Show resolved Hide resolved
@@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- '2.7.8'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add 3.0 as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I guess I should care 🤣

@danielmorrison danielmorrison force-pushed the active-support-notifications branch from 90b91ae to e2208da Compare December 5, 2023 23:25
- '3.1.3'
- '3.2.0'
- 2.7
- '3.0' # keep as string or it turns into "3" which pulls the newest 3.x, not 3.0.x
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL

@danielmorrison danielmorrison merged commit 5323f52 into main Dec 6, 2023
4 checks passed
@danielmorrison danielmorrison deleted the active-support-notifications branch December 6, 2023 15:43
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