File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
newrelic-api/src/main/java/com/newrelic/api/agent Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -352,10 +352,11 @@ 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 PublicApi #getBrowserTimingHeader}
356- * or {@link PublicApi #getBrowserTimingHeader(String)}
355+ * @deprecated The full browser script is now included when calling {@link NewRelic #getBrowserTimingHeader}
356+ * or {@link NewRelic #getBrowserTimingHeader(String)}
357357 *
358358 * @return RUM JavaScript footer for the current web transaction.
359+ * @since 2.21.0
359360 */
360361 public static String getBrowserTimingFooter () {
361362 return "" ;
@@ -365,10 +366,11 @@ public static String getBrowserTimingFooter() {
365366 * Get the RUM JavaScript footer for the current web transaction.
366367 *
367368 * @param nonce a random per-request nonce for sites using Content Security Policy (CSP)
368- * @deprecated The full browser script is not included when calling {@link PublicApi #getBrowserTimingHeader}
369- * or {@link PublicApi #getBrowserTimingHeader(String)}
369+ * @deprecated The full browser script is now included when calling {@link NewRelic #getBrowserTimingHeader}
370+ * or {@link NewRelic #getBrowserTimingHeader(String)}
370371 *
371372 * @return RUM JavaScript footer for the current web transaction.
373+ * @since 7.6.0
372374 */
373375 public static String getBrowserTimingFooter (String nonce ) {
374376 return "" ;
You can’t perform that action at this time.
0 commit comments