Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RavenPowerShell.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Class RavenClient {

$jsonBody = ConvertTo-Json $body -Depth 6

Invoke-RestMethod -Uri $this.storeUri -Method Post -Body $jsonBody -ContentType 'application/json' -Headers $headers
Invoke-RestMethod -Uri $this.storeUri -Method Post -Body $jsonBody -ContentType 'application/json; charset=utf-8' -Headers $headers
}

[hashtable]ParsePSCallstack([System.Management.Automation.CallStackFrame[]]$callstackFrames, [hashtable[]]$frameVariables) {
Expand Down Expand Up @@ -185,4 +185,4 @@ function New-RavenClient {
}


Export-ModuleMember -Function New-RavenClient
Export-ModuleMember -Function New-RavenClient