Skip to content

Commit 593b0da

Browse files
committed
Fix links
1 parent a14ff1b commit 593b0da

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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 "";

0 commit comments

Comments
 (0)