From 8d046c1d04f9c2c19f3a8b42e409f601ee642397 Mon Sep 17 00:00:00 2001 From: Manuel Wudka-Robles Date: Mon, 13 Feb 2023 15:56:51 -0800 Subject: [PATCH 1/2] Allow configuring heap integration options The heap integration previously did not allow configuring the CDN that serves the heap snippet or passing any heap options. This change introduces new options to allow configuring both. --- integrations/heap/lib/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/integrations/heap/lib/index.js b/integrations/heap/lib/index.js index ae87fe764..567683ebe 100644 --- a/integrations/heap/lib/index.js +++ b/integrations/heap/lib/index.js @@ -21,7 +21,9 @@ var toString = Object.prototype.toString; // in case this method has been overri var Heap = (module.exports = integration('Heap') .global('heap') .option('appId', '') - .tag('