We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413c1a5 commit 044043bCopy full SHA for 044043b
docs/tools/insight/Insight-Embedding.md
@@ -20,10 +20,9 @@ AutoCloseable handle = access.apply(agentSrc);
20
```
21
22
Obtain `Engine` for `Context` and ask for the `insight` instrument.
23
-<p>
24
Then create `Source` with the GraalVM Insight script and apply it while obtaining its instrumentation handle.
25
Use `handle.close()` to disable all the script's instrumentation when no longer needed.
26
-For Example:
+For example:
27
28
```java
29
Source instrument = Source.create("js", """
0 commit comments