You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,31 @@ Add it as a maven dependency:
26
26
27
27
## Usage
28
28
29
+
30
+
### RUM Manual Instrumentation
31
+
32
+
Real User Monitoring (RUM) manual instrumentation allows you to specify where the RUM JavaScript block is injected.
33
+
34
+
**Note**: Ensure that auto instrumentation is disabled by adding **rum.autoInstrument=false** to **stackify-api.properties** in your application's classpath.
35
+
36
+
Your application code will need to call out to the Stackify **getRUMJavaScriptBlock()** method in the `<head>` section as detailed below:
0 commit comments