File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/platforms/python/legacy-sdk Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,4 @@ childs = "childs" # Intentional variable name in mdx-defli
7272aso = " aso" # Intentional variable name in utils.ts (short for "a sidebar order")
7373MIGRATED_GETTING_STARTD_DOCS = " MIGRATED_GETTING_STARTD_DOCS" # Matches actual constant in Sentry backend (external)
7474STARTD = " STARTD" # Part of MIGRATED_GETTING_STARTD_DOCS - needed because typos parses words in markdown text
75+ ERRO = " ERRO" # Special case - Part of "ERRORs" in legacy-sdk/integrations.mdx (logging level context)
Original file line number Diff line number Diff line change @@ -1268,7 +1268,7 @@ To use with Sentry, use the Sentry handler tag:
12681268</logger >
12691269```
12701270
1271- This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORRs .
1271+ This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORs .
12721272
12731273All options of ` raven.base.Client ` are supported.
12741274
@@ -1338,7 +1338,7 @@ Zope has extensible logging configuration options. A basic instance (not ZEO cli
13381338</eventlog >
13391339```
13401340
1341- This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORRs .
1341+ This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORs .
13421342
13431343All options of ` raven.base.Client ` are supported.
13441344
You can’t perform that action at this time.
0 commit comments