Skip to content

Commit 8fdaef7

Browse files
authored
fix(onboarding): Elixir snippet (#68977)
- closes #68895
1 parent 49e96f7 commit 8fdaef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/gettingStartedDocs/elixir/elixir.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const getConfigureSnippet = (params: Params) => `
3131
dsn: "${params.dsn}",
3232
environment_name: Mix.env(),
3333
enable_source_code_context: true,
34-
root_source_code_paths: File.cwd!()`;
34+
root_source_code_paths: [File.cwd!()]`;
3535

3636
const getPlugSnippet = () => `
3737
defmodule MyAppWeb.Endpoint

0 commit comments

Comments
 (0)