Skip to content

Commit

Permalink
Make SentryTransaction non-internal (#3870)
Browse files Browse the repository at this point in the history
* Make SentryTransactio non-internal

* Bring import back
  • Loading branch information
romtsn authored Nov 11, 2024
1 parent ac12613 commit 2aa37fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

@ApiStatus.Internal
public final class SentryTransaction extends SentryBaseEvent
implements JsonUnknown, JsonSerializable {
/** The transaction name. */
Expand Down

0 comments on commit 2aa37fe

Please sign in to comment.