Skip to content

Commit d42b526

Browse files
committed
ErrorPlugin: Additional Data
Conflicts: dist/exceptionless.node.js.map
1 parent 48de7bd commit d42b526

10 files changed

+513
-9
lines changed

dist/exceptionless.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,9 @@ export declare class ConfigurationDefaultsPlugin implements IEventPlugin {
334334
export declare class ErrorPlugin implements IEventPlugin {
335335
priority: number;
336336
name: string;
337+
ignoredProperties: string[];
337338
run(context: EventPluginContext, next?: () => void): void;
339+
private getAdditionalData(exception);
338340
}
339341
export declare class ModuleInfoPlugin implements IEventPlugin {
340342
priority: number;

dist/exceptionless.js

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.node.js

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.node.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)