From 1f3110c013afdd08e2d10d141b76ae1732902fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Tue, 9 May 2023 17:01:36 +0200 Subject: [PATCH] fix(readme): Fix `sourceMapPath` const name passed to transformer function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98228bb..90390aa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ transformer( // profile path is required hermesCpuProfilePath, // source maps are optional - sourceMap, + sourceMapPath, sourceMapBundleFileName ) .then(events => {