Skip to content

Commit 2b4698a

Browse files
authored
Clean up file paths and line numbers from docs
This was left over from the clean up earlier. Co-authored-by: Tom de Bruijn <tom@tomdebruijn.com>
1 parent 58247fd commit 2b4698a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/configuration-system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If `APPSIGNAL_PUSH_API_KEY` is set, AppSignal is automatically activated.
3434

3535
### 3. Application Configuration
3636

37-
Configuration from `config/config.exs` or environment-specific config files:287-289):
37+
Configuration from `config/config.exs` or environment-specific config files:
3838
Can be a keyword list or a map.
3939

4040
### 4. Environment Variables
@@ -81,7 +81,7 @@ There's an important distinction between **configured as active** and **actually
8181

8282
### `configured_as_active?/0`
8383

84-
Returns `true` if the `active` config option is set to `true` (lib/appsignal/config.ex:122-124):
84+
Returns `true` if the `active` config option is set to `true`:
8585

8686
### `active?/0`
8787

@@ -148,7 +148,7 @@ Defaulting to enabled provides the best out-of-box experience.
148148

149149
## Special Configuration: Oban Error Reporting
150150

151-
The `report_oban_errors` option has three possible values (lib/appsignal/config.ex:223-249):
151+
The `report_oban_errors` option has three possible values:
152152

153153
- `"all"` (default) - Report all Oban errors
154154
- `"discard"` - Only report errors for discarded jobs

docs/tracer-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tracer Registry (ETS Table)
22

3-
The Appsignal Elixir integration uses an ETS table as a registry to track spans across processes.
3+
The AppSignal Elixir integration uses an ETS table as a registry to track spans across processes.
44
This document explains the design decisions and implementation details.
55

66
## Overview

0 commit comments

Comments
 (0)