Skip to content

Commit 875b6e3

Browse files
authored
Merge pull request #2261 from newrelic/javedoc-updates
Javedoc updates
2 parents 7044779 + 593b0da commit 875b6e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

newrelic-api/src/main/java/com/newrelic/api/agent/NewRelic.java

+7
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ public static String getBrowserTimingHeader(String nonce) {
352352
/**
353353
* Get the RUM JavaScript footer for the current web transaction.
354354
*
355+
* @deprecated The full browser script is now included when calling {@link NewRelic#getBrowserTimingHeader}
356+
* or {@link NewRelic#getBrowserTimingHeader(String)}
357+
*
355358
* @return RUM JavaScript footer for the current web transaction.
356359
* @since 2.21.0
357360
*/
@@ -361,7 +364,11 @@ public static String getBrowserTimingFooter() {
361364

362365
/**
363366
* Get the RUM JavaScript footer for the current web transaction.
367+
*
364368
* @param nonce a random per-request nonce for sites using Content Security Policy (CSP)
369+
* @deprecated The full browser script is now included when calling {@link NewRelic#getBrowserTimingHeader}
370+
* or {@link NewRelic#getBrowserTimingHeader(String)}
371+
*
365372
* @return RUM JavaScript footer for the current web transaction.
366373
* @since 7.6.0
367374
*/

0 commit comments

Comments
 (0)