Skip to content

Commit 9c5785b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents df00777 + c3b8322 commit 9c5785b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

libraries/nestjs-libraries/src/sentry/initialize.sentry.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
2929
],
3030
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
3131
enableLogs: true,
32+
33+
// Profiling
34+
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
35+
profileLifecycle: 'trace',
3236
});
3337
} catch (err) {
3438
console.log(err);

libraries/react-shared-libraries/src/sentry/initialize.sentry.client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
1515
autoInject: false,
1616
}),
1717
],
18-
replaysSessionSampleRate: environment === 'development' ? 1.0 : 0.1,
19-
replaysOnErrorSampleRate: environment === 'development' ? 1.0 : 0.1,
18+
replaysSessionSampleRate: environment === 'development' ? 1.0 : 0.5,
19+
replaysOnErrorSampleRate: 1.0,
2020
});

libraries/react-shared-libraries/src/translation/locales/ka_ge/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"to_manage_all_your_social_media_channels": "ყველა სოციალური არხის სამართავად",
150150
"100_no_risk_trial": "100% რისკის გარეშე საცდელი პერიოდი",
151151
"pay_nothing_for_the_first_7_days": "პირველი 7 დღე უფასოა",
152-
"cancel_anytime_hassle_free": "გაუქმება jederzeit, უპრობლემოდ",
152+
"cancel_anytime_hassle_free": "გაუქმება ნებისმიერ დროს, უპრობლემოდ",
153153
"add_free_subscription": "-- უფასო გამოწერის დამატება --",
154154
"currently_impersonating": "ამჟამად იმპერსონაციაა",
155155
"user_1": "მომხმარებელი:",

0 commit comments

Comments
 (0)