File tree 1 file changed +7
-0
lines changed
newrelic-api/src/main/java/com/newrelic/api/agent
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,9 @@ public static String getBrowserTimingHeader(String nonce) {
352
352
/**
353
353
* Get the RUM JavaScript footer for the current web transaction.
354
354
*
355
+ * @deprecated The full browser script is now included when calling {@link NewRelic#getBrowserTimingHeader}
356
+ * or {@link NewRelic#getBrowserTimingHeader(String)}
357
+ *
355
358
* @return RUM JavaScript footer for the current web transaction.
356
359
* @since 2.21.0
357
360
*/
@@ -361,7 +364,11 @@ public static String getBrowserTimingFooter() {
361
364
362
365
/**
363
366
* Get the RUM JavaScript footer for the current web transaction.
367
+ *
364
368
* @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
+ *
365
372
* @return RUM JavaScript footer for the current web transaction.
366
373
* @since 7.6.0
367
374
*/
You can’t perform that action at this time.
0 commit comments