Skip to content

Commit 3283235

Browse files
Update solutions/observability/applications/otel-rum.md
Co-authored-by: David Luna <[email protected]>
1 parent 1e7fb12 commit 3283235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solutions/observability/applications/otel-rum.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ After the dependencies are installed, define the resource for your instrumentati
258258
import { resourceFromAttributes, detectResources } from '@opentelemetry/resources';
259259
import { browserDetector } from '@opentelemetry/opentelemetry-browser-detector';
260260
261-
// Append this in the code section
262261
const detectedResources = detectResources({ detectors: [browserDetector] });
263262
let resource = resourceFromAttributes(OTEL_RESOURCE_ATTRIBUTES);
264263
resource = resource.merge(detectedResources);

0 commit comments

Comments
 (0)