Files
calendar/packages/app-store/dialpad/config.json
T
Keith WilliamsandGitHub 4b6b9badf5 perf: Sentry perf tracing (#17202)
* chore: Add Sentry perf tracing

* Just to build

* perf: Add Sentry perf tracing

* Removed the extra integrations tracing config

* Got spans working

* Now only tracing individual endpoints

* Removed check for booking event type

* Fixed types

* Added back for spans

* Consolidate sentry imports

* Added more traces

* Moved the start of the span
2024-10-30 00:35:25 +00:00

26 lines
783 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "dialpad",
"slug": "dialpad",
"type": "dialpad_conferencing",
"logo": "icon.svg",
"url": "https://meetings.dialpad.com/",
"variant": "conferencing",
"categories": ["conferencing"],
"publisher": "Cal.com",
"email": "help@cal.com",
"appData": {
"location": {
"type": "integrations:{SLUG}_video",
"label": "{TITLE}",
"linkType": "static",
"organizerInputPlaceholder": "https://meetings.dialpad.com/adb2002",
"urlRegExp": "^https:\\/\\/meetings\\.dialpad\\.com\\/[a-zA-Z0-9]+$"
}
},
"description": "A new way to meet, with built-in Ai",
"isTemplate": false,
"__createdUsingCli": true,
"__template": "event-type-location-video-static"
}