From cb2a2aee9fa5840bfaf2afb6f46decb84e1b45d7 Mon Sep 17 00:00:00 2001 From: Kenny Date: Wed, 17 May 2023 13:26:52 -0700 Subject: [PATCH] add tvOS support to release notes --- .../react-native-release-notes/react-native-agent-120.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/release-notes/mobile-release-notes/react-native-release-notes/react-native-agent-120.mdx b/src/content/docs/release-notes/mobile-release-notes/react-native-release-notes/react-native-agent-120.mdx index a26467b47c5..1fe82649dc8 100644 --- a/src/content/docs/release-notes/mobile-release-notes/react-native-release-notes/react-native-agent-120.mdx +++ b/src/content/docs/release-notes/mobile-release-notes/react-native-release-notes/react-native-agent-120.mdx @@ -10,6 +10,7 @@ downloadLink: 'https://www.npmjs.com/package/newrelic-react-native-agent/v/1.2.0 * Upgrade native iOS agent to v7.4.4 * JavaScript Errors will now be reported as handled exceptions, providing more context and stack traces in the New Relic UI. * Added shutdown method, providing ability to shut down the agent within the current application lifecycle during runtime. +* Added support for tvOS. # Fixed in this release * Fixed an issue where the feature flag methods would result in an error. \ No newline at end of file