We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36eebf commit 1e01808Copy full SHA for 1e01808
helpers/sql-processor/README.md
@@ -43,7 +43,7 @@ Check [New Relic's SQL Obfuscation Helpers module][new-relic-obfuscation-helpers
43
To obfuscate sql in your library:
44
45
```ruby
46
-OpenTelemetry::Helpers::SqlObfuscation.obfuscate_sql(sql, obfuscation_limit: config[:obfuscation_limit], adapter: :postgres)
+OpenTelemetry::Helpers::SqlProcessor.obfuscate_sql(sql, obfuscation_limit: config[:obfuscation_limit], adapter: :postgres)
47
```
48
49
## How can I get involved?
0 commit comments