From 3838b51bdb74d6ac00d2d7a536ee82b1949731b6 Mon Sep 17 00:00:00 2001 From: Shubham gavali <48558076+shubhamgavali70@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:56:28 +0530 Subject: [PATCH] add description for source url in app receiver agent doc (#6555) Co-authored-by: shubhamgavali1998 <113414130+shubhamgavali1998@users.noreply.github.com> Co-authored-by: mattdurham Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../integrations-next/app-agent-receiver-config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/static/configuration/integrations/integrations-next/app-agent-receiver-config.md b/docs/sources/static/configuration/integrations/integrations-next/app-agent-receiver-config.md index 7fe049a493e8..e44ec3a9afa0 100644 --- a/docs/sources/static/configuration/integrations/integrations-next/app-agent-receiver-config.md +++ b/docs/sources/static/configuration/integrations/integrations-next/app-agent-receiver-config.md @@ -103,6 +103,9 @@ filesystem: ## sourcemap_file_location ```yaml +# Grafana Faro Web SDK will send filename in stacktrace, when any exception is being captured. +# That filename will be the source url. e.g. https://my-app.dev/static/foo.js +# # Source URL prefix. If a minified source URL matches this prefix, # a filepath is constructed by removing the prefix, prepending path below and appending ".map". #