Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed May 31, 2024
1 parent b5b1736 commit adfc14c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shim/shim-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ class Config implements IConfig {
(options.instrumentationOptions as InstrumentationOptions) = {
...options.instrumentationOptions,
console: { enabled: false },


};
if (this.samplingPercentage) {
options.samplingRatio = this.samplingPercentage / 100;
Expand Down

0 comments on commit adfc14c

Please sign in to comment.