• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

문제 신고

ignore (SPA API)

통사론

newrelic.interaction().ignore()

다른 SPA save() 호출을 재정의합니다. 상호 작용을 무시하므로 New Relic에 저장되거나 전송되지 않습니다.

요구 사항

설명

이 SPA 방법을 사용하면 상호 작용이 무시됩니다. New Relic에 저장되거나 전송되지 않습니다. 이 메서드는 save() 에 대한 이전 또는 이후의 호출을 재정의합니다.

반환 값

이 메서드는 interaction() 에서 생성한 것과 동일한 API 객체를 반환합니다.

router.addRoute('/uninteresting-route', () => {
newrelic.interaction() // Get handle to current interaction.
.ignore(); // Ignore this interaction to ensure it will not be saved.
renderUninterestingRoute(); // Render route.
});
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.