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
4646 not uncommon for most applications to have a "staging" environment. In order
4747 to handle this without adding an additional Mix environment, you can set an
4848 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 *).
5050 Otherwise, you can read the variable at runtime. Do this only in
5151 `config/runtime.exs` so that it will work both for local development as well
5252 as Mix releases.
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ defmodule Sentry.Config do
357357 default: [ ] ,
358358 type_doc: "list of `t:Path.t/0`" ,
359359 doc: """
360- Aa list of paths to the root of
360+ A list of paths to the root of
361361 your application's source code. This is used to determine the relative
362362 path of files in stack traces. Usually, you'll want to set this to
363363 `[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