Skip to content

Commit

Permalink
Merge pull request #242 from ssdh233/develop
Browse files Browse the repository at this point in the history
Release v1.38.3
  • Loading branch information
ssdh233 authored Mar 10, 2024
2 parents 603d684 + 1831ea2 commit a2b187a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sentry.init({
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 0.5,
tracesSampleRate: 0.05,
environment: process.env.NODE_ENV,
});

Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const APP_VERSION = "v1.38.2";
const APP_VERSION = "v1.38.3";

const ALL_VERSIONS = ["fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"];

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/uploaddata_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function main(TARGET_DOMAIN, SCRIPT_DOMAIN, VERSION) {
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1,
tracesSampleRate: 0.1,
environment: "production"
});

Expand Down

0 comments on commit a2b187a

Please sign in to comment.