Skip to content

Commit 33eb350

Browse files
committed
Adjusting RUM documentation.
1 parent 61c05c7 commit 33eb350

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ Add it as a maven dependency:
3131

3232
Real User Monitoring (RUM) manual instrumentation allows you to specify where the RUM JavaScript block is injected.
3333

34-
**Note**: Ensure that auto instrumentation is disabled by adding **rum.autoInstrument=false** to **stackify-api.properties** in your application's classpath.
34+
It is recommended you provide a `stackify-api.properties` file in your application classpath with the following content:
3535

36-
Your application code will need to call out to the Stackify **getRUMJavaScriptBlock()** method in the `<head>` section as detailed below:
36+
````
37+
stackify.application=My Application Name
38+
stackify.environment=My Environment Name
39+
````
3740

38-
#### JSP Example
41+
Your application code will need to call out to the Stackify `com.stackify.apm.Stackify.getRUMJavaScriptBlock()` method in the `<head>` section as detailed below:
42+
43+
**JSP Example**
3944

4045
````
4146
<html>
@@ -49,6 +54,7 @@ Your application code will need to call out to the Stackify **getRUMJavaScriptBl
4954
</html>
5055
````
5156

57+
5258
### @Trace Annotation
5359

5460
Add custom instrumentation to classes using the @Trace annotation. The annotation needs to be added to

0 commit comments

Comments
 (0)