From 1253ab8962b103cf148aa371ff415ab553b74774 Mon Sep 17 00:00:00 2001 From: Jordan Porter Date: Mon, 24 Jan 2022 14:01:17 -0800 Subject: [PATCH] update release notes (#175) --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84531a8c3..e6c657cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v1215 + +* Internal NR Platform release date: 01/24/2021 +* Production APM-injected release date: TBD +* Production Standalone release date: TBD + +### Collect supportability metrics for front end frameworks + +Added front end framework detection metrics to help guide future priorities for browser agent features. The following front end frameworks will now be detected and analyzed: +- React +- Angular +- AngularJS +- Backbone +- Ember +- Vue +- Meteor +- Zepto +- Jquery + ## v1214 * Internal NR Platform release date: TBD diff --git a/VERSION b/VERSION index 4dedbee18..f0236b52f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1214 \ No newline at end of file +1215 \ No newline at end of file