Skip to content

add engineering team to generated projects#2

Merged
MauricioGuevaraNice merged 3 commits intodotnet8_minimal_awssdkfrom
add-team-to-rollbar-project
Feb 25, 2026
Merged

add engineering team to generated projects#2
MauricioGuevaraNice merged 3 commits intodotnet8_minimal_awssdkfrom
add-team-to-rollbar-project

Conversation

@MauricioGuevaraNice
Copy link

add "Engineering" team to deployed projects


// Get all teams
var httpResponse = await HttpClient.SendAsync(new HttpRequestMessage {
RequestUri = new Uri($"https://api.rollbar.com/api/1/teams?access_token={_accountReadAccessToken}"),

Choose a reason for hiding this comment

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

are we sure the acces token goes in the header? seems like it would be an authorization header

Choose a reason for hiding this comment

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

also, is there limit we need worry about here? like limit=100

Choose a reason for hiding this comment

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

I saw that the limit for Rollbar is 30, I think 100 is enough

Choose a reason for hiding this comment

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

and also I changed to hedaer

LogInfo($"assigning rollbar project {projectId} to team '{ENGINEERING_TEAM_NAME}' (ID: {teamId})");

httpResponse = await HttpClient.SendAsync(new HttpRequestMessage {
RequestUri = new Uri($"https://api.rollbar.com/api/1/team/{teamId}/project/{projectId}?access_token={_accountWriteAccessToken}"),

Choose a reason for hiding this comment

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

same token issue

Choose a reason for hiding this comment

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

done

@@ -1,5 +1,5 @@
# Set variables
$env:LAMBDASHARP_VERSION_PREFIX = "0.8.5"
$env:LAMBDASHARP_VERSION_PREFIX = "0.8.6"

Choose a reason for hiding this comment

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

why do we need to bump this?

Choose a reason for hiding this comment

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

as we talk we are doing this to have a safe transition to a new version

@MauricioGuevaraNice MauricioGuevaraNice force-pushed the add-team-to-rollbar-project branch from 0ec3198 to 342625e Compare February 25, 2026 19:57
@MauricioGuevaraNice MauricioGuevaraNice merged commit a95ae0e into dotnet8_minimal_awssdk Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants