Skip to content

Commit 336163e

Browse files
committed
fix: Integration tests on windows
1 parent 06e658f commit 336163e

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ since we removed some methods from the public API and removed some classes from
4545
- [all] build: Use terser instead of uglify
4646
- [opentracing] feat: Introduce `@sentry/opentracing` providing functions to attach opentracing data to Sentry Events
4747
- **breaking** [core] ref: `Dedupe` Integration is now optional, it is no longer enabled by default.
48+
- **breaking** [core] ref: Removed default client fingerprinting for messages
4849

4950
## 4.6.4
5051

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dedupe.*

packages/browser/test/integration/dedupe.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/browser/test/integration/dedupe.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/browser/test/karma/integration-files.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
const fs = require('fs');
2+
fs.copyFileSync('../integrations/build/dedupe.js', './test/integration/dedupe.js');
3+
fs.copyFileSync('../integrations/build/dedupe.js.map', './test/integration/dedupe.js.map');
4+
15
module.exports = [
26
{ pattern: 'test/integration/polyfills/es6-promise-4.2.5.auto.js', included: false },
37
{ pattern: 'test/integration/polyfills/whatwg-fetch-3.0.0.js', included: false },

0 commit comments

Comments
 (0)