diff --git a/integrations/heap/HISTORY.md b/integrations/heap/HISTORY.md index 28a2e1038..7fe91e934 100644 --- a/integrations/heap/HISTORY.md +++ b/integrations/heap/HISTORY.md @@ -1,3 +1,8 @@ +================== +2.2.0 / 2023-02-13 + + * Allow overriding heap loading snippet + * Allow configuring heap options 2.1.1 / 2018-07-06 ================== 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('