Skip to content

Commit

Permalink
Merge pull request #1109 from DataDog/mconstantin/fix-source-key-in-s…
Browse files Browse the repository at this point in the history
…r-upload-form

Fix source key in SR upload form
  • Loading branch information
mariusc83 authored Oct 28, 2022
2 parents 88cba28 + c421de4 commit 5b51d1d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,9 @@ internal class SessionReplayOkHttpUploader(
internal const val RAW_SEGMENT_SIZE_FORM_KEY = "raw_segment_size"
internal const val START_TIMESTAMP_FORM_KEY = "start"
internal const val END_TIMESTAMP_FORM_KEY = "end"
internal const val SOURCE_FORM_KEY = "end"
internal const val SOURCE_FORM_KEY = "source"
internal const val SEGMENT_FORM_KEY = "segment"
internal const val CONTENT_TYPE_BINARY = "application/octet-stream"
internal const val CONTENT_TYPE_MULTIPART_FORM = "multipart/form-data"
private const val HEADER_ENCODING = "Content-Encoding"
private const val ENCODING_GZIP = "gzip"
}
}

0 comments on commit 5b51d1d

Please sign in to comment.