Browse Source

fix(onboarding): Elixir snippet (#68977)

- closes https://github.com/getsentry/sentry/issues/68895
ArthurKnaus 10 months ago
parent
commit
8fdaef704e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/gettingStartedDocs/elixir/elixir.tsx

+ 1 - 1
static/app/gettingStartedDocs/elixir/elixir.tsx

@@ -31,7 +31,7 @@ const getConfigureSnippet = (params: Params) => `
   dsn: "${params.dsn}",
   dsn: "${params.dsn}",
   environment_name: Mix.env(),
   environment_name: Mix.env(),
   enable_source_code_context: true,
   enable_source_code_context: true,
-  root_source_code_paths: File.cwd!()`;
+  root_source_code_paths: [File.cwd!()]`;
 
 
 const getPlugSnippet = () => `
 const getPlugSnippet = () => `
  defmodule MyAppWeb.Endpoint
  defmodule MyAppWeb.Endpoint