Skip to content

Commit 627d5a9

Browse files
sterenjmdobry
authored andcommitted
serviceContext is now automatically extracted on GAE flex (GoogleCloudPlatform#229)
1 parent 3d4bb4d commit 627d5a9

File tree

1 file changed

+0
-3
lines changed
  • appengine/errorreporting

1 file changed

+0
-3
lines changed

appengine/errorreporting/app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ winston.add(winston.transports.File, {
2929

3030
function report (err, req) {
3131
var payload = {
32-
serviceContext: {
33-
service: 'myapp'
34-
},
3532
message: err.stack,
3633
context: {
3734
httpRequest: {

0 commit comments

Comments
 (0)