Skip to content

Commit

Permalink
feat!: set db.statement option to obfuscate by default for mysql2, pg…
Browse files Browse the repository at this point in the history
… and dalli

Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
xuan-cao-swi and arielvalentin committed Oct 11, 2023
1 parent d006a6b commit 364e270
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
let(:dbname) { ENV.fetch('TEST_POSTGRES_DB', 'postgres') }
let(:password) { ENV.fetch('TEST_POSTGRES_PASSWORD', 'postgres') }
let(:config) { { db_statement: :include } }

before do
instrumentation.install(config)
end
Expand Down

0 comments on commit 364e270

Please sign in to comment.