Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions compute/sendgrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

'use strict';

// [START compute_sendgrid_nodejs]
Copy link
Copy Markdown
Contributor

@eapl-gemugami eapl-gemugami Mar 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: As this file is Javascript source code, the language suffix SHOULD NOT be included in the region tag. See the internal naming guide for advice.
compute_sendgrid could be enough in this context.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, check the internal issue for the description from the reporter. It specifies the requested region tag.

// [START compute_send]
// This sample is based off of:
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
Expand All @@ -30,3 +31,4 @@ async function sendgridExample() {
}
sendgridExample();
// [END compute_send]
// [END compute_sendgrid_nodejs]
Loading