Skip to content

Commit 3b670b7

Browse files
authored
Merge pull request #175938 from lgayhardt/patch-29
Note for JS about TelemetryInitializers only
2 parents 495545a + 080ca03 commit 3b670b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-monitor/app/api-filtering-sampling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@ What's the difference between telemetry processors and telemetry initializers?
508508
* All registered telemetry initializers are guaranteed to be called for every telemetry item. For telemetry processors, SDK guarantees calling the first telemetry processor. Whether the rest of the processors are called or not is decided by the preceding telemetry processors.
509509
* Use telemetry initializers to enrich telemetry with additional properties or override an existing one. Use a telemetry processor to filter out telemetry.
510510

511+
> [!NOTE]
512+
> JavaScript only has telemetry initializers which can [filter out events by using ITelemetryInitializer](#javascript-web-applications)
513+
511514
## Troubleshoot ApplicationInsights.config
512515

513516
* Confirm that the fully qualified type name and assembly name are correct.

0 commit comments

Comments
 (0)