File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ defmodule Sentry do
46
46
not uncommon for most applications to have a "staging" environment. In order
47
47
to handle this without adding an additional Mix environment, you can set an
48
48
environment variable that determines the release level. By default, Sentry
49
- picks up the `SENTRY_ENVIRONMENT` variable (*at runtime, when starging *).
49
+ picks up the `SENTRY_ENVIRONMENT` variable (*at runtime, when starting *).
50
50
Otherwise, you can read the variable at runtime. Do this only in
51
51
`config/runtime.exs` so that it will work both for local development as well
52
52
as Mix releases.
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ defmodule Sentry.Config do
357
357
default: [ ] ,
358
358
type_doc: "list of `t:Path.t/0`" ,
359
359
doc: """
360
- Aa list of paths to the root of
360
+ A list of paths to the root of
361
361
your application's source code. This is used to determine the relative
362
362
path of files in stack traces. Usually, you'll want to set this to
363
363
`[File.cwd!()]`. For umbrella apps, you should set this to all the application
You can’t perform that action at this time.
0 commit comments