-
Notifications
You must be signed in to change notification settings - Fork 225
feat: introduce sql-processor gem #1673
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: introduce sql-processor gem #1673
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| module OpenTelemetry | ||
| module Helpers | ||
| module SqlProcessor | ||
| VERSION = '0.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hannahramadan this is the first time you are creating this gem right?
I believe needs to start with 0.0.0 and then the release process using toys will handle versioning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! this change adding the gem to build matrix and the release config files is done 7b4f81e
* Add files for sql-processor gem * fix: filename change * Update helpers/sql-processor/CHANGELOG.md * Add gem to build matrix and release config --------- Co-authored-by: Kayla Reopelle <[email protected]>

Rename Ruby's
opentelemetry-helpers-sql-obfuscationgem toopentelemetry-helpers-sql-processorThis should be merged 1st in a series of 3 PRs: