Skip to content

Commit

Permalink
Merge branch 'main' into feat/logging_payment_data_filled
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrivatsa-edinburgh authored Apr 4, 2024
2 parents 486cb73 + 9bf47c1 commit 3467c32
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 123 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.36.2](https://github.com/juspay/hyperswitch-web/compare/v0.36.1...v0.36.2) (2024-04-04)


### Bug Fixes

* **sentry:** reduced sentry tracesSampleRate from 1 to 0.1 ([#242](https://github.com/juspay/hyperswitch-web/issues/242)) ([9294c5f](https://github.com/juspay/hyperswitch-web/commit/9294c5f292bae8dcff2eaa395f8972ffa7e6110b))

## [0.36.1](https://github.com/juspay/hyperswitch-web/compare/v0.36.0...v0.36.1) (2024-04-04)


Expand Down
179 changes: 58 additions & 121 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orca-payment-page",
"version": "0.36.1",
"version": "0.36.2",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/orca-log-catcher/Sentry.res
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let initiateSentry = (~dsn) => {
}),
newSentryReplay(),
],
tracesSampleRate: 1.0,
tracesSampleRate: 0.1,
tracePropagationTargets: [
"localhost",
"https://dev.hyperswitch.io",
Expand Down

0 comments on commit 3467c32

Please sign in to comment.