Fix: design improvement for release page (#4277)
* Update Release.tsx * Update StyledTitle.tsx Changed Release color font to primary (#141414) * Update StyledTitle.tsx Spacing around the title for mobile , header font change for tablet * Update Release.tsx changed the date font -weight removed the redundant paragraph color added media design changes of spacing1, spacing2, paragrap gap * Update StyledTitle.tsx subhead releases font color * Update Release.tsx media alignment, release font change, * Update Release.tsx * Quick fix * Unrelated change (sentry) --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
@ -22,8 +22,8 @@ export class ExceptionHandlerSentryDriver
|
||||
new Sentry.Integrations.Postgres(),
|
||||
new ProfilingIntegration(),
|
||||
],
|
||||
tracesSampleRate: 1,
|
||||
profilesSampleRate: 0.05,
|
||||
tracesSampleRate: 0.1,
|
||||
profilesSampleRate: 0.3,
|
||||
environment: options.debug ? 'development' : 'production',
|
||||
debug: options.debug,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user