We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debugId
1 parent 42d3d59 commit ef531a8Copy full SHA for ef531a8
src/SourceMap.js
@@ -25,6 +25,9 @@ export default class SourceMap {
25
if (typeof properties.x_google_ignoreList !== 'undefined') {
26
this.x_google_ignoreList = properties.x_google_ignoreList;
27
}
28
+ if (typeof properties.debugId !== 'undefined') {
29
+ this.debugId = properties.debugId;
30
+ }
31
32
33
toString() {
0 commit comments