Skip to content

Commit 1e01808

Browse files
authored
docs: Update example to match new gem namespace (sql-processor) (#1782)
1 parent a36eebf commit 1e01808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/sql-processor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Check [New Relic's SQL Obfuscation Helpers module][new-relic-obfuscation-helpers
4343
To obfuscate sql in your library:
4444

4545
```ruby
46-
OpenTelemetry::Helpers::SqlObfuscation.obfuscate_sql(sql, obfuscation_limit: config[:obfuscation_limit], adapter: :postgres)
46+
OpenTelemetry::Helpers::SqlProcessor.obfuscate_sql(sql, obfuscation_limit: config[:obfuscation_limit], adapter: :postgres)
4747
```
4848

4949
## How can I get involved?

0 commit comments

Comments
 (0)