Package io.sentry

Interface ITransportFactory

    • Method Detail

      • create

        @NotNull
        @NotNull ITransport create​(@NotNull
                                   @NotNull SentryOptions options,
                                   @NotNull
                                   @NotNull RequestDetails requestDetails)
        Creates an instance of ITransport.
        Parameters:
        options - sentry configuration that can be used to create transport
        requestDetails - http request properties that must be applied to http request invoked by the transport
        Returns:
        the transport