From 6b4b29144e21943a8840adfae2259243e5e05969 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Fri, 15 Dec 2023 17:58:02 +0100 Subject: [PATCH] Changeset: Added support for Asset Event and capturing many different types of assets (not just img#src) --- .changeset/pretty-candles-chew.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/pretty-candles-chew.md diff --git a/.changeset/pretty-candles-chew.md b/.changeset/pretty-candles-chew.md new file mode 100644 index 0000000000..8bfa5dc29a --- /dev/null +++ b/.changeset/pretty-candles-chew.md @@ -0,0 +1,8 @@ +--- +'rrweb-snapshot': minor +'rrweb': minor +'rrdom': patch +'@rrweb/types': patch +--- + +Added support for Asset Event and capturing many different types of assets (not just img#src)