File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
docs/platforms/javascript/common Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -457,8 +457,7 @@ const status = await Sentry.startSpan({ name: 'my-span' }, async (span) => {
457457const status = await doSomething ();
458458return status;
459459});
460-
461- ````
460+ ```
462461</Expandable >
463462
464463See <PlatformLink to = " /tracing/instrumentation/" >Tracing Instrumentation</PlatformLink > for more information on how to work with spans.
@@ -494,7 +493,7 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
494493const span = Sentry .startInactiveSpan ({ name: ' my-span' });
495494doSomething ();
496495span .end ();
497- ` ` ` `
496+ ```
498497
499498</Expandable >
500499
@@ -538,8 +537,7 @@ const status = await doSomething();
538537span .end ();
539538return status;
540539});
541-
542- ````
540+ ```
543541</Expandable >
544542
545543See <PlatformLink to = " /tracing/instrumentation/" >Tracing Instrumentation</PlatformLink > for more information on how to work with spans.
@@ -937,5 +935,3 @@ parameters={[
937935Wraps a callback with a cron monitor check in. The check in will be sent to Sentry when the callback finishes.
938936</SdkApi >
939937</PlatformCategorySection >
940- ```
941- ````
You can’t perform that action at this time.
0 commit comments