From 073859d3f20eadeb79d6809917aa94f64fe46f84 Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 19 Sep 2024 18:45:49 +0100 Subject: [PATCH] chore: add new error tracking team --- contents/teams/error-tracking/index.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contents/teams/error-tracking/index.mdx diff --git a/contents/teams/error-tracking/index.mdx b/contents/teams/error-tracking/index.mdx new file mode 100644 index 000000000000..e011a7f38161 --- /dev/null +++ b/contents/teams/error-tracking/index.mdx @@ -0,0 +1,16 @@ +--- +title: Error Tracking +sidebar: Handbook +showTitle: true +hideAnchor: false +template: team +--- + +## Surface Area + +- **SDK** - manual and autocapture of exceptions within the supported SDKs +- **Web App** - `/error_tracking` to assign, merge and resolve grouped issues + +## Slack channel + +[#team-error-tracking](https://posthog.slack.com/messages/team-error-tracking) \ No newline at end of file