File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
newrelic-api/src/main/java/com/newrelic/api/agent Expand file tree Collapse file tree 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) {
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 */
You can’t perform that action at this time.
0 commit comments