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

@ -23,7 +23,7 @@ const meta: Meta<PageDecoratorArgs> = {
msw: {
handlers: [
...graphqlMocks.handlers,
graphql.query('FindOneapiKey', () => {
graphql.query('FindOneApiKey', () => {
return HttpResponse.json({
data: {
apiKey: {

View File

@ -20,7 +20,7 @@ const meta: Meta<PageDecoratorArgs> = {
parameters: {
msw: {
handlers: [
graphql.query('FindOnewebhook', () => {
graphql.query('FindOneWebhook', () => {
return HttpResponse.json({
data: {
webhook: {