Skip to content

Commit

Permalink
serviceContext is now automatically extracted on GAE flex (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
steren authored and jmdobry committed Oct 4, 2016
1 parent 3d4bb4d commit 627d5a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appengine/errorreporting/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ winston.add(winston.transports.File, {

function report (err, req) {
var payload = {
serviceContext: {
service: 'myapp'
},
message: err.stack,
context: {
httpRequest: {
Expand Down

0 comments on commit 627d5a9

Please sign in to comment.