Skip to content

Commit

Permalink
Api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Apr 4, 2023
1 parent 9b823d3 commit 642462a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sentry/api/sentry.api
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,9 @@ public abstract interface class io/sentry/hints/SubmissionResult {
public abstract fun setResult (Z)V
}

public abstract interface class io/sentry/hints/TransactionEnd {
}

public final class io/sentry/instrumentation/file/SentryFileInputStream : java/io/FileInputStream {
public fun <init> (Ljava/io/File;)V
public fun <init> (Ljava/io/FileDescriptor;)V
Expand Down
3 changes: 1 addition & 2 deletions sentry/src/main/java/io/sentry/hints/TransactionEnd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package io.sentry.hints;

/** Marker interface for events that should trigger finish of the current transaction on Scope */
public interface TransactionEnd {
}
public interface TransactionEnd {}

0 comments on commit 642462a

Please sign in to comment.