Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9c5785b5cb
|
|
@ -29,6 +29,10 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
|
|||
],
|
||||
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
|
||||
enableLogs: true,
|
||||
|
||||
// Profiling
|
||||
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
|
||||
profileLifecycle: 'trace',
|
||||
});
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
|
|||
autoInject: false,
|
||||
}),
|
||||
],
|
||||
replaysSessionSampleRate: environment === 'development' ? 1.0 : 0.1,
|
||||
replaysOnErrorSampleRate: environment === 'development' ? 1.0 : 0.1,
|
||||
replaysSessionSampleRate: environment === 'development' ? 1.0 : 0.5,
|
||||
replaysOnErrorSampleRate: 1.0,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
"to_manage_all_your_social_media_channels": "ყველა სოციალური არხის სამართავად",
|
||||
"100_no_risk_trial": "100% რისკის გარეშე საცდელი პერიოდი",
|
||||
"pay_nothing_for_the_first_7_days": "პირველი 7 დღე უფასოა",
|
||||
"cancel_anytime_hassle_free": "გაუქმება jederzeit, უპრობლემოდ",
|
||||
"cancel_anytime_hassle_free": "გაუქმება ნებისმიერ დროს, უპრობლემოდ",
|
||||
"add_free_subscription": "-- უფასო გამოწერის დამატება --",
|
||||
"currently_impersonating": "ამჟამად იმპერსონაციაა",
|
||||
"user_1": "მომხმარებელი:",
|
||||
|
|
|
|||
Loading…
Reference in New Issue