cal/packages/core
Brendan Woodward 9a6d4e63e8
chore: Sentry Wrapper with Performance and Error Tracing (#12642)
* add wrapper for sentry and update functions in 'getUserAvailability'. Update tracesSampleRate to 1.0

* Make Sentry Wrapper utilize parent transaction, if it exists.

* Update wrapper for functions to inherit parameters from the child function

* add comment of when to use the wrapper

* check for sentry before wrapping, if not call unwrapped function

* refactored wrapper to have async and sync separate functions that utilize helpers for common behaviour

* update type of args to unknown

* fixed types of returns from wrapped functions

---------

Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
2023-12-03 21:06:01 -05:00
..
builders/CalendarEvent fix: adds teamId to team events payload (#12417) 2023-11-22 14:54:18 -05:00
components Wrap useSuspense with NoSSR (#8079) 2023-04-11 21:49:27 +05:30
getAggregatedAvailability fix: booking timeslots (#12195) 2023-11-03 10:58:58 -04:00
CalendarManager.test.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
CalendarManager.ts feat: booking errors logging (#12325) 2023-11-15 12:52:19 -07:00
event.ts fix: eventName variables (#10924) 2023-09-07 16:52:07 -04:00
EventManager.ts chore: refactor reschedule EventManager with changed organizer (#12574) 2023-11-28 11:37:31 -07:00
getAggregateWorkingHours.ts feat: date range overhaul (#9802) 2023-07-05 09:47:41 -07:00
getBusyTimes.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
getCalendarsEvents.ts feat: troubleshooter with weekly view (V2) (#12280) 2023-11-20 17:49:33 +05:30
getUserAvailability.ts chore: Sentry Wrapper with Performance and Error Tracing (#12642) 2023-12-03 21:06:01 -05:00
index.ts Availabilty consolitadion (#3010) 2022-06-10 12:38:46 -06:00
location.ts Fixes/locations (#2383) 2022-04-05 18:03:22 +00:00
package.json Update all Yarn dependencies (2022-07-29) (#3599) 2022-08-17 11:38:21 -06:00
sentryWrapper.ts chore: Sentry Wrapper with Performance and Error Tracing (#12642) 2023-12-03 21:06:01 -05:00
tsconfig.json Prevent flatMap type errors in @calcom/core 2022-06-08 12:04:42 -06:00
videoClient.ts chore: improve logs (#12467) 2023-11-29 19:39:25 +05:30