Add sentry tracing (#4279)
* Add sentry tracign * Improve Sentry loggin
This commit is contained in:
@ -26,7 +26,7 @@ const meta: Meta<PageDecoratorArgs> = {
|
||||
parameters: {
|
||||
msw: {
|
||||
handlers: [
|
||||
graphql.query('FindOneperson', () => {
|
||||
graphql.query('FindOnePerson', () => {
|
||||
return HttpResponse.json({
|
||||
data: {
|
||||
person: mockedPeopleData[0],
|
||||
|
||||
Reference in New Issue
Block a user