Add sentry tracing (#4279)

* Add sentry tracign

* Improve Sentry loggin
This commit is contained in:
Félix Malfait
2024-03-04 16:31:15 +01:00
committed by GitHub
parent 63d403454c
commit 6d70540cdc
11 changed files with 113 additions and 31 deletions

View File

@ -21,7 +21,7 @@ const meta: Meta<PageDecoratorArgs> = {
layout: 'fullscreen',
msw: {
handlers: [
graphql.query('FindOnemessageChannel', () => {
graphql.query('FindOneMessageChannel', () => {
return HttpResponse.json({
data: {
messageChannel: {