Skip to content

Commit 9ea4a8a

Browse files
committed
chore: add context
1 parent c27e749 commit 9ea4a8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/components/Example.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ export default function Example(props: { exampleData: ExampleData }) {
158158
</a>
159159
</div>
160160
}
161-
beforeCapture={(scope) => {
162-
scope.setTag("type", "react-render");
163-
scope.setTag("page", "example");
164-
}}
165161
>
166162
<div className="demo">
167163
<ExampleDemo exampleData={props.exampleData} />

0 commit comments

Comments
 (0)