We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c856b76 commit 194fd2eCopy full SHA for 194fd2e
1 file changed
sentry/src/main/java/io/sentry/event/interfaces/DebugMetaInterface.java
@@ -1,5 +1,6 @@
1
package io.sentry.event.interfaces;
2
3
+import java.io.Serializable;
4
import java.util.ArrayList;
5
6
/**
@@ -45,7 +46,7 @@ public String toString() {
45
46
47
* Object that represents a single debug image.
48
*/
- public static class DebugImage {
49
+ public static class DebugImage implements Serializable {
50
private static final String DEFAULT_TYPE = "proguard";
51
private final String uuid;
52
private final String type;
0 commit comments