Skip to content

Commit

Permalink
Update pubsub/src/main/scala/com.snowplowanalytics.snowplow.collector…
Browse files Browse the repository at this point in the history
…s.scalastream/sinks/PubSubSink.scala

Co-authored-by: Benjamin BENOIST <[email protected]>
  • Loading branch information
pondzix and benjben committed Aug 21, 2023
1 parent 34d7ce7 commit 16eb564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PubSubSink[F[_]: Async: Parallel: Logger] private (
}

object PubSubSink {
private val UserAgent = s"snowplow/stream-collector-${BuildInfo.version}"
private val UserAgent = s"${BuildInfo.dockerAlias}:${BuildInfo.version}"

implicit private def unsafeLogger[F[_]: Sync]: Logger[F] =
Slf4jLogger.getLogger[F]
Expand Down

0 comments on commit 16eb564

Please sign in to comment.