Add the map in search view

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-09-01 10:00:17 +02:00
parent b36ce27bbe
commit eecb04516e
26 changed files with 1507 additions and 329 deletions

View File

@@ -32,7 +32,7 @@ export const sentry = (environment: any, sentryConfiguration: any) => {
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: sentryConfiguration.tracesSampleRate,
tracesSampleRate: Number.parseFloat(sentryConfiguration.tracesSampleRate),
release: environment.version,
logErrors: true,
});