Skip to content

Commit 4570557

Browse files
committed
v7.0.6
1 parent c5075f7 commit 4570557

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export namespace Gleap {
1010
excludeData?: {
1111
customData: Boolean;
1212
metaData: Boolean;
13+
attachments: Boolean;
1314
consoleLog: Boolean;
1415
networkLogs: Boolean;
1516
customEventLog: Boolean;

published/7.0.6/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Gleap.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,11 @@ class Gleap {
353353
static sendSilentCrashReport(
354354
formData,
355355
priority = "MEDIUM",
356-
excludeData = {}
356+
excludeData = {
357+
screenshot: true,
358+
replays: true,
359+
attachments: true,
360+
}
357361
) {
358362
const sessionInstance = GleapSession.getInstance();
359363
if (!sessionInstance.ready) {

0 commit comments

Comments
 (0)